encoding/json.decodeState.data (field)
14 uses
encoding/json (current package)
decode.go#L209: data []byte
decode.go#L230: d.data = data
decode.go#L267: s, data, i := &d.scan, d.data, d.off
decode.go#L282: if d.off < len(d.data) {
decode.go#L283: d.opcode = d.scan.step(&d.scan, d.data[d.off])
decode.go#L287: d.off = len(d.data) + 1 // mark processed EOF with len+1
decode.go#L294: s, data, i := &d.scan, d.data, d.off
decode.go#L318: data, i := d.data, d.off
decode.go#L389: if err := d.literalStore(d.data[start:d.readIndex()], v, false); err != nil {
decode.go#L508: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L605: return u.UnmarshalJSON(d.data[start:d.off])
decode.go#L675: item := d.data[start:d.readIndex()]
decode.go#L1089: item := d.data[start:d.readIndex()]
decode.go#L1129: item := d.data[start:d.readIndex()]